home *** CD-ROM | disk | FTP | other *** search
/ Die Speccy' 97 / Die Speccy' 97.iso / amiga_system / the_aminet / comm / bbs / wwbbs31_source.lha / Include / wwbbs_update.h < prev    next >
C/C++ Source or Header  |  1994-09-15  |  129b  |  10 lines

  1. /*
  2. ** wwbbs_update.h 2.0 (15.9.94)
  3. */
  4.  
  5. struct UpdateMessage {
  6.     struct Message um_Message;
  7.     UBYTE um_Command;
  8.     BYTE um_ID[33];
  9. };
  10.